---
title: "method · RUAL Documentation"
description: "Returns current HTTP method for this request (e.g. GET, POST, etc)."
canonical: https://docs.rual.nl/block-types/http connection/httpconnection_get_method
language: en
---

# method

This block is part of the [`http connection`](https://docs.rual.nl/block-types/http%20connection) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

Returns current HTTP method for this request (e.g. `GET`, `POST`, etc).

- connection required `httpconnection`

- method `value`

A typical wiring for [method](https://docs.rual.nl/block-types/http%20connection/httpconnection_get_method): the `method` out pin feeds [convert to uppercase](https://docs.rual.nl/block-types/value/value_to_uppercase).

![Studio canvas example for the method block: typical wiring for method.](https://docs.rual.nl/canvas-examples/httpconnection_get_method.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
